diff options
| author | real-zephex <[email protected]> | 2024-04-02 22:41:19 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-02 22:41:19 +0530 |
| commit | 794cb6236fa256f8074c56f372eba05526e7c066 (patch) | |
| tree | 4d53c0977894bc2939e430e930fd9f6dda6ec0e5 /src/app/anime/[id]/loading.jsx | |
| parent | fixes: minor css modifications, added basic information about the last read m... (diff) | |
| download | dramalama-794cb6236fa256f8074c56f372eba05526e7c066.tar.xz dramalama-794cb6236fa256f8074c56f372eba05526e7c066.zip | |
UI Upgrades for anime section.
Diffstat (limited to 'src/app/anime/[id]/loading.jsx')
| -rw-r--r-- | src/app/anime/[id]/loading.jsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/app/anime/[id]/loading.jsx b/src/app/anime/[id]/loading.jsx index b5670da..71ff978 100644 --- a/src/app/anime/[id]/loading.jsx +++ b/src/app/anime/[id]/loading.jsx @@ -3,9 +3,7 @@ import styles from "./loading.module.css"; export default function Loading() { return ( <div className={styles.loadingContainer}> - <p className={styles.loadingText}> - Please wait while we load all the data for you. - </p> + <p className={styles.loadingText}>Hold tight...Arriving!!</p> </div> ); } |